home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
grafik
/
3d & render tools
/
irit
/
man
/
man6
/
textgeom.6
< prev
next >
Wrap
Text File
|
1996-07-16
|
562b
|
22 lines
.TH TEXTGEOM
6 "IRIT Version 6.0"
.SH NAME
TEXTGEOM
AnyType TEXTGEOM( StringType Str, VectorType Spacing, NumericType Scaling )
Creates a displayable geometry that represents the text in Str, with
Spacing space between individual characters. Each character is scaled
by Scaling where scaling of one generates a close to a unit size
character.
Example:
a = TEXTGEOM("Text", vector( 0.12, 0, 0 ), 0.1 );
b = TEXTGEOM("IRIT", vector( 0, -0.12, 0 ), 0.1 );
Creates an horizontal Text and a vertical top to bottom IRIT,
both as geometrical objects.